From 1cd84ba896162b6fe4919c1209049136a0012759 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 8 Sep 2007 22:48:00 +0000 Subject: [PATCH] Make gperf play nice with FreeBSD. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2999 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- gpsbabel/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 108d16370..f059f6326 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -110,7 +110,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in gbversion.h.in CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status xcsv_tokens.gperf: xcsv_tokens.in - gperf -t --output-file=$@ $? + gperf -L ANSI-C -D -t $? > $@ config.status: configure $(SHELL) config.status --recheck diff --git a/gpsbabel/configure b/gpsbabel/configure index c8ae38a77..57dc97129 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for GPSBabel 1.3.5. # -# Report bugs to . +# Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -- 2.30.2